/*!
 * @ Description: custom style
 * @ Author: weiwei
 * @ Date: 2018-05-24;
 */

/*
 **********************
 * common style 
 ********************** 
 * 网站头部
 ********************** 
 * 菜单
 **********************
 * 底部COPYRIGHT
 ********************** 
 * 首页样式
 **********************
 * 内页样式
 **********************
*/

/* common style */
html{background:#FFF;color:#000; font-size: 10px; }body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{font-family: "Microsoft YaHei"; margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{position:relative;z-index:-2;background:#fff; color:#444;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.page{margin:2rem;}
.main{ overflow: hidden; margin:25px auto; }
.title{
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #ad8547;
	overflow: hidden;
	margin-bottom: 20px;
}
.title h3 strong{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-left: -10px;
}
.title h3 small{
	font-size: 16px;
	color: #1f1a17;
	text-transform: uppercase;
	line-height: 54px;
}
.title .right{
	text-align: right;
	color: #ad8547;
}
.title .right p,
.title .right a{
	font-size: 14px;
	color: #ad8547;
}
.title a:hover{ color: #292a2b; }
#prev_next{
	border-top: 1px dotted #868686;
	margin:2rem 0;
	padding:2rem 0;
}
.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: block;}
.down li{width: 24.7%;border-right: solid 1px #ffffff;text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}
.down li a{color: #ffffff;}
.down .current{border-right: none;}
.down li img{max-width: 25px;height: 25px;}
@media(min-width: 768px){
	.footer{margin-bottom: 0}
	.down{display: none;}
}
.scrolledDown{
  	display: block;
}
.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#ad8547;line-height: 45px;margin-top:1px;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }
.plugin-fixed-call .child:hover{width:160px;background: #000;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}
.plugin-fixed-call .fixedQQ{bottom:92px;}
.plugin-fixed-call .fixedCall{bottom:46px;}
.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#ad8547;line-height: 45px;margin-top:1px;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
/* 自定义样式 */
a:hover{ text-decoration: none; }

/* 网站头部 */

.m-header{ background: #262626 url(../img/header_bg.jpg) no-repeat center; }
@media (min-width: 768px){
	.m-header {
	    padding: 38px 0;
	}
}
#h-tel img{
	float: right;
}
/* 菜单 */
.m-menu{
	background: #d4a949;
}
.m-menu .navbar{
	margin-bottom: 0;
}
.m-menu .container,
#m-nav{
	padding:0;
	border-top:0;
}
.m-menu .navbar-header{
	width: 100%;
	text-align: center;
	margin-left: 0;
}
.m-menu .navbar-toggle{
	margin-right: 0;
	position: static;
	float: none;
}
.m-menu .navbar-toggle .icon-bar{
	background: #fff;
}
.navbar{ border: none; }
.navbar-nav{ margin:0; }
.navbar-nav > li{ margin:0; }
.navbar-nav > li > a{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	padding:10px ;
		
}
.nav>li>a:focus, 
.nav>li>a:hover{
	background: url(../img/li-h.png) no-repeat center;
}
.navbar-nav > li > a{
	font-size: 16px;
	color: #292a2b;
	padding:24px 40px;
	border-right:1px solid #d7b668;
}
.navbar-nav > li:last-child a{
	border-right:none;
}
.nav>li>a:focus, 
.nav>li>a:hover{
	background: #252525;
	color: #c59e48;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* 底部COPYRIGHT */
#footer{ 
	background: #0e0e0e;
	overflow: hidden;
}
.nav_message{
	background: url(../img/nav_message.jpg) no-repeat top center;
	overflow: hidden;
	padding-top: 56px;
}
.f-nav{
	height: 56px;
	line-height: 56px;
	border:1px solid #fff;
	border-top: none;
	margin-bottom: 30px;
}
.f-nav a{
	width: 12.5%;
	display: inline-block;
	text-align: center;
	line-height: 56px;
	border-right:1px solid #fff;
	float: left;
	color: #fff;
	font-size: 14px;
}
.f-nav a:hover{
	color: #ad8547;
}
.f-message{
	overflow: hidden;
	padding-left: 0;
}
.f-message label{
	display: inline-block;
	padding:12px;
	float: left;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.f-message .left{ clear: both; }
.f-message .left .form-group{
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.f-message input{
	width: 76%;
	background: none;
	border:none;
	padding:12px;
	outline: none;
	color: #fff;
}
.f-message textarea{
	width: 100%;
	background: none;
	padding:12px;
	outline: none;
	color: #fff;
	border:1px solid #fff;
	height: 66px;
	border-radius: 0;
	resize: none;
}
.f-message #captcha{ width: 30%; }
.f-message #captcha + img{ height: 36px; border: none; }
.f-message .submit{ 
	width: 20%; 
	padding:5px 12px;
	border:1px solid #fff;
}
.f-contact ul{
	overflow: hidden;
	background: url(../img/ico-contact.png) no-repeat left top;
}
.f-contact li{
	padding-left: 42px;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 34px;
}

.f-copy{
	padding:29px 0;
	text-align: center;
}
.f-copy p{
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
}
/* 首页效果
-------------------------------------------------- */
.carousel-inner img{ margin: 0 auto;}

/* 搜索 */
.m-keys{
	padding:12px 0;
	background: #ececec;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-keys .input-group{
	height: 32px;
	width: 325px;
	float: right;
	border-radius: 2px 0 0 2px;
}
.m-keys .form-control{
	background: #fff;
	border:none;
	width: 265px;
	height: 32px;
	outline: none;
	padding-left: 20px;
}
.m-keys .input-group-addon{
	width: 50px;
	height: 32px;
	border-radius: 0 2px  2px 0;
	background: #ad8547;
	font-size: 14px;
	color: #fff;
	background: #ad8547;
	position: relative;
	left: -60px;
	z-index: 2;
}
.m-keys .search-btn{
	width: 50px;
	height: 32px;
	border-radius: 0 2px  2px 0;
	background: #ad8547;
	font-size: 14px;
	color: #fff;
	background: #ad8547;
	border:none;
}
.m-keys .glyphicon-search{
	color: #7e7e7e;
	border:none;
}
.m-keys h3{
	font-size: 14px;
	color: #333;
	float: left;
	font-weight: bold;
	line-height: 35px;
}
.m-keys a{
	font-size: 14px;
	color: #333;
	margin-right: 30px;
	line-height: 35px;
}
.m-keys a:hover{ color: #d4a949 }
/* 产品中心 */
.m-pro{
	margin:20px 0;
}
.m-pro .hd{ overflow: hidden; text-align: center; }
.m-pro .hd h3{
	font-size: 30px;
	color: #1c1920;
	font-weight: bold;
	margin-bottom: 12px;
}
.m-pro .hd h3 span{
	color: #ad8547;
}
.m-pro .hd p{
	font-size: 18px;
	color: #1c1920;
	letter-spacing: 5px;
	margin-bottom: 32px;
}
.m-pro .hd p:before{
	content: "";
	display: inline-block;
	height: 1px;
	background: #c7c6c8;
	width: 22px;
	margin-right: 10px;
	position: relative;
	top:-5px;
}
.m-pro .hd p:after{
	content: "";
	display: inline-block;
	height: 1px;
	background: #c7c6c8;
	width: 22px;
	margin-left: 10px;
	position: relative;
	top:-5px;
}
.pro-type{
	overflow: hidden;
	background: #f7f2ec;
}
.pro-type > div{
	background: #ad8547;
	overflow: hidden;
	text-align: center;
}
.pro-type > div h3{
	padding:25px 0 15px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}
.pro-type > div p{
	font-size: 30px;
	color: #fff;
	font-family: impact;
	line-height: 30px;
	margin-bottom: 30px;
}
.pro-type ul{
	padding:20px 30px 0;
}
.pro-type li{
	margin-bottom: 20px;
	text-align: center;
}
.pro-type li:last-child{ margin-bottom: 0; }
.pro-type li a{
	font-size: 16px;
	color: #666666;
	line-height: 42px;
}
.pro-type li a:before{
	content: "";
	display: inline-block;
	height: 1px;
	background: #c7c6c8;
	width: 22px;
	margin-right: 10px;
	position: relative;
	top:-5px;
}
.pro-type li a:after{
	content: "";
	display: inline-block;
	height: 1px;
	background: #c7c6c8;
	width: 22px;
	margin-left: 10px;
	position: relative;
	top:-5px;
}
.pro-type li:hover{
	background:#ffffff;
}
.pro-type li:hover a{
	color: #ad8547;
	font-weight: bold;
}
.pro-type li:hover a:after,
.pro-type li:hover a:before{
	background: #ad8547;
	height: 2px;
}
.pro-type > img{
	padding:0 25px 25px;
	width: 100%;
}

.pro-tit{
	border-bottom: 1px solid #d3d3d3;
	overflow:hidden;
	padding-top: 14px;
}
.pro-tit > div{
	display: inline-block;
	float: left;
}
.pro-tit > div h3{
	font-size: 30px;
	color: #ff9702;
	font-weight: bold;
	line-height: 30px;
}
.pro-tit > div p{
	font-size: 18px;
	color: #1f1a17;
	text-transform: uppercase;
}
.pro-tit > a{
	display: inline-block;
	width: 31px;
	height: 50px;
	background: url(../img/pro-more.jpg) no-repeat;
	float: right;
}
.pro-bd{
	overflow: hidden;
}
.pro-bd li{
	overflow: hidden;
	margin-bottom: 28px;
	overflow: hidden;
}
.pro-bd li .img{
	width: 100%;
	height: 240px;
	position: relative;
}
.pro-bd li .img:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(251,135,5,.35) url(../img/ico-search.png) no-repeat center;
	position: absolute;
	bottom: 100%;
	transition: all .3s;
}
.pro-bd li:hover .img:before{
	bottom:0;
}
.pro-bd li .img img{
	width: 100%;
	height: 240px;
	background: #fff;
	object-fit: cover;
}
.pro-bd li h3{
	height: 56px;
	line-height: 56px;
	background: #f6f5f5;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.pro-bd li:hover h3{
	background: #ad8547;
	color: #fff;
}
/* 公司简介 */
.m-about{
	background: #252527;
	padding:0;
	position: relative;
	overflow: hidden;
}
.m-about > .intro{ padding:0; }
.m-about > .intro img{ width: 100%; }
.m-about .container{
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -585px;
}
.m-about .hd{
	margin-left: 38px;
	overflow: hidden;
}
.m-about .hd span{
	font-size: 18px;
	color: #b6b6b6;
	text-transform: uppercase;
	padding:36px 0 18px;
	line-height: 18px;
	display: inline-block;
}
.m-about .hd h3{
	font-size: 36px;
	color: #b6b6b6;
	font-weight: bold;
	line-height: 36px;
}
.m-about .hd h3 span{
	color: #d8b256;
	font-size: 36px;
	padding:0;
}
.m-about .bd{
	background: #ad8547;
	padding:55px 24px 0 38px;
	position: absolute;
	margin-top:50px;
}
.m-about .bd p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.m-about .bd a{
	display: inline-block;
	padding:18px 39px 18px 18px;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin-top: 13px;
	background: #232325 url(../img/ico-right.png) no-repeat 90% center;
}
.m-about .bd a:hover{
	background: #d8b256 url(../img/ico-right.png) no-repeat 90% center;
}
/* 成功案例 */
.m-case{
	background: url(../img/case-bg.jpg) no-repeat bottom center;
	overflow: hidden;
	padding-bottom: 12px;
}
.m-case .hd{
	text-align: center;
}
.m-case .hd h3{
	font-size: 36px;
	color: #232325;
	font-family: "Sylfaen";
	line-height: 36px;
	padding:42px 0 10px;
	text-transform: uppercase;
}
.m-case .hd p{
	font-size: 24px;
	color: #232325;
	line-height: 24px;
	margin-bottom: 40px;
}
.m-case .hd p:before{
	content: "";
	display: inline-block;
	height: 1px;
	background: #262626;
	width: 47px;
	margin-right: 10px;
	position: relative;
	top:-5px;
}
.m-case .hd p:after{
	content: "";
	display: inline-block;
	height: 1px;
	background: #262626;
	width: 47px;
	margin-left: 10px;
	position: relative;
	top:-5px;
}
.m-case .bd .swiper-slide img{
	width: 100%;
	height: 224px;
	object-fit: cover;
	border:3px solid #ded9d3;
	border-radius: 3px;
}
.m-case .bd .swiper-slide h3{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
}
/* 新闻中心 */
.news-qa{ padding: 10px 0 26px; }
.m-tit{
	overflow: hidden;
	border-bottom: 1px solid #f4f2f2;
	margin-bottom: 20px;
}
.m-tit h3{
	padding:20px 0;
	font-size: 18px;
	color: #333333;
	border-bottom: 3px solid #232325;
	display: inline-block;
	float: left;
}
.m-tit a{
	display: inline-block;
	float: right;
	line-height: 60px;
	text-transform: uppercase;
}
.m-news{
	width: 100%;
}
.m-news .bd{ background: #f7f9f6; overflow: hidden; }
.m-news .hot{ padding-left: 0; }
.m-news .hot img{
	width: 100%;
	height: 238px;
}
.m-news .hot a{ display: block; width: 100%; position: relative; }
.m-news .hot h3{
	position: absolute;
	height: 42px;
	line-height: 42px;
	background: rgba(0,0,0,.7);
	text-align: center;
	font-size: 16px;
	color: #fff;
	left: 0;
	bottom:0;
	width: 100%;
	padding-right: 0;
}
.m-news ul{ overflow: hidden; padding-top: 24px; }
.m-news li{
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-news li span{
	display: inline-block;
	height: 100%;
	padding:0 12px;
	background: #232325;
	color: #fff;
	margin-right: 18px;
}
.m-news li p{
	 font-size: 14px;
	 color: #333333;
	 line-height: 32px;
	 word-wrap: normal;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 overflow: hidden;
}
.m-news li:hover span{
	background: #ad8547;
}
.m-news li:hover a{
	color: #ad8547;
}

/* 常见问题 */
.m-qa .bd{
	background: #f7f9f6;
	overflow: hidden;
	padding:20px 10px 0;
}
.m-qa .bd li{
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px dashed #cdd3cc;
}
.m-qa .bd li h3{
	padding-left: 36px;
	height: 22px;
	line-height: 22px;
	background: url(../img/ico-w.png) no-repeat left center;
	font-size: 14px;
	color: #160102;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}
.m-qa .bd li p{
	padding-left: 36px;
	background: url(../img/ico-d.png) no-repeat left center;
	font-size: 14px;
	color: #160102;
	line-height: 24px;
}

/* chrome input placeholder style */
::-webkit-input-placeholder { 
	color:#bbbbbb !important; 
} 

/* 内页效果 */
#banner{
	overflow: hidden;
	text-align: center;
	position: relative;
}
#banner > img{
	max-width: 100%;
}
#banner .hd{
	width: 100%;
	position: absolute;
	bottom:40%;
}
#banner .hd h3{
	font-size: 3.4rem;
	color: #595858;
}
#banner .hd span{
	font-size: 5rem;
	font-family: "Mongolian Baiti";
	text-transform: uppercase;
	color: #595858;
}
#banner .bd{
	width: 100%;
	position: absolute;
	bottom:0;
	text-align: center;
}
#banner .bd a{
	display: inline-block;
	margin:0 1.5rem;
	padding:1.5rem 2rem;
	background: #fff;
	color: #343434;
	font-size: 1.6rem;
}
#banner .bd a:hover{
	background: #ff9702;
	color: #fff;
}

/* 内页文章样式 */
.article .container{
	margin: 2.5rem auto;
	background: #ffffff;
	padding:2rem;
}
.article p{
	color: #6b6b6b;
	font-size: 1.6rem;
	line-height: 3rem;
}
.article p img{ max-width: 100%; }
.article .text-center img,
.article h1{
	text-align: center;
	font-size: 2.7rem;
	line-height: 2;
}
.article .meta_info{
	text-align: center;
	padding-bottom: 26px;
	border-bottom: 1px dotted #868686;
	margin-bottom: 30px;
	font-size: 1em;
	color: #888787;
}
.article img{
	text-align: center;
	margin:0 auto;
}
.a_tit{
	background: #f0f0f0;
	margin:20px 0;
}
.a_tit h3{
	padding:12px 20px;
	background: #ad8547;
	color: #fff;
	display: inline-block;
	font-size: 1.1em;
	margin:0;
}
.a_con{
	padding-bottom: 20px;
}
.a_con p{
	font-size: 16px;
	line-height: 36px;
}

/* 新闻列表 */
.news li{
	margin: 0 10px 0;
    padding: 1rem;
    border-bottom: 1px dotted #ccc;
}
.news li h3{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.news li p{
	font-size: 1.4rem;
    color: #848282;
    line-height: 2.2rem;
}
.news li:hover{
	background: #f0f0f0;
}
.news li:hover h3{
	color: #ff9702;
}
.btn-primary{
	background-color: #ff9702;
	border-color: #e37f00;
}

.f-menu{ background: #111111; }
.f-menu .navbar-nav > li > a{
	padding:15px 40px;
	color: #fff;
	border-right:none;
	font-size: 14px;
}
/* 媒体查询 */
/*@media (min-width: 768px ){
	.navbar-nav > li > a{
		text-align: center;
		font-size: 16px;
		color: #ffffff;
		width: 100%;
		padding:15px 14px;
			
	}
	.nav>li>a:focus, 
	.nav>li>a:hover{
		background: url(../img/li-h.png) no-repeat center;
		background-size: contain;
	}
}
@media (min-width: 992px) {
	.navbar-nav > li > a{
		font-size: 16px;
		color: #292a2b;
		padding:24px 40px;
		border-right:1px solid #d7b668;
	}
	.navbar-nav > li:last-child a{
		border-right:none;
	}
	.nav>li>a:focus, 
	.nav>li>a:hover{
		background: #252525;
		color: #c59e48;
	}
}*/

@media screen and (max-width: 1200px){
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{ margin-left: 0; margin-right: 0; }
	.navbar-nav > li{ width: 25%; float: left; }
	.navbar-nav > li > a{ border-bottom: 1px solid #d7b668; }
	.navbar-nav > li:nth-child(1),
	.navbar-nav > li:nth-child(5){ border-left: 1px solid #d7b668; }
	.navbar-nav > li:last-child{ border-right: 1px solid #d7b668; }
	.navbar-nav > li > a{ padding:16px 0; }
	.m-pro .hd p{ font-size: 16px; margin-bottom: 15px; }
	.pro-type li a:before,
	.pro-type li a:after{ display: none; }
	.pro-bd li .img,
	.pro-bd li .img img{ height: 220px; }
	.m-about{ height: 380px; }
	.m-about .intro{ height: 380px; }
	.m-about .hd span,.m-about .hd h3{ margin-left: 80px; }
	.m-about .hd span{ padding: 20px 0 16px; }
	.m-about .hd h3 span{ margin-left: 0; }
	.m-about .bd{ padding: 20px 20px 0 20px; margin-top: 34px; }
	.m-about .bd a{ margin-top: 0; }
	.m-about > .intro img{ width: 100%; height: 100%; object-fit: cover; } 
	.m-about .conntainer{ position: static; margin:0 auto; height: 550px; }
	.f-message input{ width: 66%; }
	.m-header{ padding:20px 0; }
	.pro-type{ margin-bottom: 20px; padding-bottom: 20px; }
	.f-menu li{
		width: 25%;
		float: left;
	}
	.f-menu li:hover{
		background: #000;
	}
	.article img{ width: 100%; }
	
}
@media screen and (max-width: 992px){
	.m-about > .intro img{ display: none; }
	.m-about .container{ margin-left: 0; left: 0; width: 97%;}
	.m-keys{ display: none; }
	.pro-type{ margin: 0 -15px 20px; }
	.pro-bd,.m-news,.m-qa{ margin:0 -15px; }
	.pro-type li{ width: 50%; float: left; }
	.pro-type li:nth-child(odd){ border-right: 1px solid #ad8547; }
}
@media screen and (max-width: 640px){
	.m-about{ height: 660px; }
	.m-about .intro{ height: 660px; }
	.m-about > .intro img{ display: none; }
	.f-contact{ padding-top: 20px; }
	.pro-bd li .img, .pro-bd li .img img{ height: 200px; }
	.f-copy{ margin-bottom: 60px; }
	.m-news .hot{ padding-right: 0; }
	.carousel-inner>.item>img, .carousel-inner>.item>a>img{ height: 260px; object-fit: cover; }
}
@media screen and (max-width: 414px){
	.m-pro .hd p:before,.m-pro .hd p:after{ display: none; }
	.carousel-inner>.item>img, .carousel-inner>.item>a>img{ height: 160px; object-fit: cover; }
	.m-about .bd{ padding: 30px 25px 0; }
	.m-case .hd h3{ font-size: 24px; }
	.m-case .hd p{ font-size: 22px; }
	.pro-bd li .img, .pro-bd li .img img{ height: 160px; }
}
